翻訳と辞書
Words near each other
・ Pack station
・ Pack Up
・ Pack Up the Cats
・ Pack Up Your Troubles
・ Pack Up Your Troubles (1939 film)
・ Pack Up Your Troubles in Your Old Kit-Bag
・ Pack Your Bags
・ Pack, Kentucky
・ Pack, Styria
・ Pack-in game
・ Pack-In-Video
・ Pack-year
・ Pack200
・ Package
・ Package (OS X)
Package (UML)
・ Package boiler
・ Package Deal (TV series)
・ Package delivery
・ Package development process
・ Package diagram
・ Package film
・ Package format
・ Package forwarding
・ Package insert
・ Package loan
・ Package manager
・ Package on package
・ Package pilferage
・ Package principles


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Package (UML) : ウィキペディア英語版
Package (UML)

A package in the Unified Modeling Language is used "to group elements, and to provide a namespace for the grouped elements".〔(OMG Unified Modeling Language (OMG UML), Infrastructure, V2.1.1 ) p.158.〕 A package may contain other packages, thus providing for a hierarchical organization of packages.
Pretty much all UML elements can be grouped into packages. Thus, classes, objects, use cases, components, nodes, node instances etc. can all be organized as packages, thus enabling a manageable organization of the myriad elements that a real-world UML model entails.
== Usage ==
When organizing functional models (use case models, workflow models etc.), use packages to model the real-world modular structure of the system being modeled. When organizing source code, use packages to represent the different layers of the source code. For instance:
* presentation layer
* controller layer
* data access layer
* integration layer
* business services layer
When organizing component models, use packages to group the components according to ownership and/or reuse possibilities. For instance:
* commercial-off-the-shelf products
* open-source framework components
* custom-built framework components
* custom-built application components
When organizing deployment models, use packages to represent the different types of deployment environments that you will be modeling. For instance:
* production environment
* pre-production environment
* integration test environment
* system test environment
* development environment

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Package (UML)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.